Contribution org.nuxeo.ecm.platform.convert.commandline.imagemagick--command
org.nuxeo.ecm.platform.convert.commandline.imagemagick
inside nuxeo-platform-convert-9.10.jar /OSGI-INF/commandline-imagemagick-contrib.xml
This contribution is part of XML component Extension Point
Extension point command of component CommandLineExecutorComponent.Contributed Items
XML Source
<extension point="command" target="org.nuxeo.ecm.platform.commandline.executor.service.CommandLineExecutorComponent">
<command enabled="true" name="converter">
<commandLine>convert</commandLine>
<parameterString>-define registry:temporary-path=#{nuxeo.tmp.dir} -quiet #{inputFilePath}[0] #{outputFilePath}</parameterString>
<winParameterString>-define registry:temporary-path=#{nuxeo.tmp.dir} -quiet #{inputFilePath}[0] #{outputFilePath}</winParameterString>
<installationDirective>You need to install ImageMagick.</installationDirective>
</command>
</extension>